Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:
[intə'li:v]
общая лексика
прослаивать
перемежать
нефтегазовая промышленность
переслаивать
лежать пластами между слоями породы
глагол
общая лексика
располагать чередующимися пластами
слоями
прослаивать
прокладывать белую бумагу (между листами книги)
полиграфия
прокладывать белую бумагу между листами книги
геология
лежать пластами между слоями породы
In computing, interleaved memory is a design which compensates for the relatively slow speed of dynamic random-access memory (DRAM) or core memory, by spreading memory addresses evenly across memory banks. That way, contiguous memory reads and writes use each memory bank in turn, resulting in higher memory throughput due to reduced waiting for memory banks to become ready for the operations.
It is different from multi-channel memory architectures, primarily as interleaved memory does not add more channels between the main memory and the memory controller. However, channel interleaving is also possible, for example in freescale i.MX6 processors, which allow interleaving to be done between two channels.